.product-image {
    max-height: 400px;
    height: auto;
    width: auto;
    text-align: center;
    display: block;
    margin: auto;
}

/*
.product-image-list {
    text-align: center;
    display: block;
    margin: auto;
}
*/
.homepage-product-image {
    max-height: 400px;
    display: block;
    margin: auto;
    height: auto;
    width: auto;
}

/* assets/css/custom.css */

.red-text {
    color: red;
}

.blue-text {
    color: blue;
}

.green-text {
    color: green;
}